From: Vivek Goyal Date: Tue, 10 Jan 2006 04:51:44 +0000 (-0800) Subject: [PATCH] Kdump: i386 compiler warning fix X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~47760 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f05b690248bc928b85cc19ea85a5c6268bb3acaf;p=linux-4.9.git [PATCH] Kdump: i386 compiler warning fix Fixes a compilation warning message in i386 Signed-off-by: Vivek Goyal Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-i386/kexec.h b/include/asm-i386/kexec.h index 8fb1defd98c6..53f0e06672dc 100644 --- a/include/asm-i386/kexec.h +++ b/include/asm-i386/kexec.h @@ -3,6 +3,7 @@ #include #include +#include /* * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.